.wrapper .link {
    width: 100%;
    height: 140px;
    background: url(../../img/index/link.png) no-repeat center;
  }
  .wrapper .link2 {
    width: 100%;
    height: 103px;
  }
  .wrapper .link .link-box {
    width: 1200px;
    height: 143px;
    margin: 0 auto;
    overflow: hidden;
  }
  .wrapper .link2 .link-box2 {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    padding-top: 25px;
    box-sizing: border-box;
    font-size: 14px;
  }
  .wrapper .link2 .link-box2 .list a{
    margin-right: 5px;
  }
  .wrapper .link .link-box.dd {
    padding-top: 10px;
  }
  .wrapper .link .link-box .item {
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 37px 0 17px 0;
  }
  .wrapper .link .link-box .list .ac{
    display: none;
  }
  .wrapper .link .link-box .list .ac.active{
    display: block;
  }
  .wrapper .link .link-box .item a{
    font-size: 14px;
    margin:0 10px;
    color: #fff;
  }
  .wrapper .link .link-box .item a:first-child{
    margin-left: 0;
  }
  .wrapper .link .link-box .list a {
    font-size: 14px;
    color: #999999;
    margin-right: 15px;
  }
  .wrapper .link .link-box .list a:hover {
    color: #fff;
  }
  .wrapper .footer {
    width: 100%;
    background: #111111;
  }
  .wrapper .footer .footer-box {
    width: 1175px;
    margin: 0 auto;
  }
  .wrapper .footer .footer-box .ll-box {
    height: 226px;
    border-bottom: 1px solid #313131;
  }
  .wrapper .footer .footer-box .ll-box .logo {
    margin-top: 55px;
    float: left;
  }
  .wrapper .footer .footer-box .ll-box .item-l {
    float: left;
    margin-left: 70px;
    margin-top: 50px;
  }
  .wrapper .footer .footer-box .ll-box .item-l div {
    font-size: 18px;
    color: #fff;
  }
  .wrapper .footer .footer-box .ll-box .item-l ul {
    margin-top: 22px;
  }
  .wrapper .footer .footer-box .ll-box .item-l ul li {
    margin-bottom: 10px;
  }
  .wrapper .footer .footer-box .ll-box .item-l ul li a {
    font-size: 14px;
    color: #afafaf;
  }
  .wrapper .footer .footer-box .ll-box .item-l ul li a:hover {
    color: #a8d19e;
  }
  .wrapper .footer .footer-box .ll-box .right-l {
    float: right;
    margin-top: 53px;
  }
  .wrapper .footer .footer-box .ll-box .right-l img {
    margin-right: 20px;
  }
  .wrapper .footer .footer-box .ll-box .right-l .btn {
    display: inline-block;
    width: 118px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 16px;
    background: #a8d19e;
    border-radius: 5px;
    color: #000;
  }
  .wrapper .footer .footer-box .copyright {
    height: 48px;
    line-height: 48px;
    color: #666666;
    font-size: 12px;
  }
  .wrapper .footer .footer-box .copyright2 {
    height: 48px;
    line-height: 18px;
    color: #afafaf;
    font-size: 14px;
  }
  
  .recomment{
    color: #fff;
    font-size: 14px;
    margin-right: 8px;
  }
  .aaaa{
    color: #000;
  }
  /* 浮框 */
  /*从右到左进入动画*/
@keyframes RightToleft
{
    from {
        -webkit-transform: translate(1200px,0); 
        transform: stranslate(1200px,0); 
    }
    to {
        -webkit-transform: translate(0px,0); 
        transform: stranslate(0px,0); 
    }
}
  .float_win{
    width:100%;
    height: 118px;
    background: url("../../img/v2019/index/fw_bg.jpg") no-repeat top center;
    background-size:1920px auto;
    position:fixed;
    bottom:0;
    left:0;
    z-index:999;
    animation: RightToleft 1s;
  }
  .float_win>div{
    width:780px;
    margin:0 auto;
    position: relative;
  }
  .float_win>div>img{
    width:30px;
    height: 30px;
    position: absolute;
    right:20px;
    top:15px;
    cursor: pointer;
  }
  .float_win>div>a{
    position: absolute;
    right: 85px;
    top:20px;
    display: flex;
    background: #000000;
    width:152px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color:#fffe00;
    border-radius: 10px;
  }
  .float_win>div>a>img{
    display: block;
    width:27px;
    margin-right: 10px;
  }
  